home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15270 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: guru.freeway.de!news
  2. From: Soeren Fietzke <soeren.fietzke@giessen.netsurf.de>
  3. Newsgroups: comp.lang.eiffel,comp.lang.c,comp.lang.c++,comp.object,comp.software-eng
  4. Subject: Re: Beware of "C" Hackers -- A rebuttal to Bertrand Meyer
  5. Date: Wed, 03 Apr 1996 01:38:02 -0800
  6. Organization: Freeway Netserver GmbH
  7. Message-ID: <316246FA.5403@giessen.netsurf.de>
  8. References: <1995Jul3.034108.4193@rcmcon.com> <3154A548.71FF@iadfw.net> <4j3p80INN567@keats.ugrad.cs.ubc.ca> <827765484snz@tsys.demon.co.uk> <4j7gdp$cl7@solutions.solon.com> <827890904snz@tsys.demon.co.uk>
  9. NNTP-Posting-Host: term006.giessen.netsurf.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Tom Wheeley wrote:
  16. > Yes, I have read yours (and Kazimir's (sp?) follow-ups), and I err, retract
  17. > that argumant as making no sense :)
  18.  
  19. Well, and it all started as a rebuttal to Bertrand Meyer...
  20. My attempt to finish this sub-thread:
  21.  
  22.  - C-Libraries are usually written in C (read P.J. Plauger "Standard C Library" if you do not
  23.    believe this). However, you should distinguish library-calls (like "strcmp") and system-calls
  24.    (like "write"). The latter are provided by the operating system.
  25.  - the problem, that a c-compiler is needed to create a c-compiler, is solved (hint: cross-
  26.    compiling). More Information: "Compilers" by Aho, Sethi, Ullman (or another book on that
  27.    subject), keyword "bootstrap".
  28.  
  29. Have fun, (but continue this discussion in 'comp.lang.c' only, please)
  30.  
  31. Soeren
  32. (soeren.fietzke@giessen.netsurf.de)
  33.